Nevron Open Vision Documentation
Nevron.Nov.Diagram.Batches Namespace / NBatchTranslate Class / Build Method / Build(NList<NDiagramItem>) Method


In This Topic
    Build(NList<NDiagramItem>) Method
    In This Topic
    Builds the translator entity from the specified building nodes
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub Build( _
       ByVal nodes As NList(Of NDiagramItem) _
    ) 
    'Usage
     
    
    Dim instance As NBatchTranslate
    Dim nodes As NList(Of NDiagramItem)
     
    instance.Build(nodes)
    public override void Build( 
       NList<NDiagramItem> nodes
    )

    Parameters

    nodes
    Remarks
    The implementation will first filter the building nodes for INTranslatable interface implementation. Then it will append the resulting node translation slaves.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also